home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01109_Script_Disagree
< prev
next >
Wrap
Text File
|
1995-05-21
|
744b
|
26 lines
on mouseDown
global AgreeOrNot
put "DisAgree" into x
put "DisAgreeHL" into y
hiliter 34, x, y
sound stop 1
puppetsound "button.aif"
put "no" into AgreeOrNot
updatestage
end
on mouseUp
global DayOfTheWeek, DayOrNight, OneOrTwo, gTheDay,¼
CorrectOrNot, AgreeOrNot, GameShow, TV2
set the castNum of sprite 34 = cast "DisAgree"
updatestage
puppetsound 0
put "X" into GameShow
put "x" into TV2
if CorrectOrNot = "yes" and AgreeOrNot = "yes" then go frame "TVWin"
if CorrectOrNot = "yes" and AgreeOrNot = "no" then go frame "TVLose"
if CorrectOrNot = "no" and AgreeOrNot = "no" then go frame "TVWin"
if CorrectOrNot = "no" and AgreeOrNot = "yes" then go frame "TVLose"
end mouseup